#mainDiv {
	position: relative;
	margin: 30px auto;
	padding: 0px;
	width: 900px;
}
#header {
	clear: both;
	margin-bottom: 5px;
}
#navigation {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
}
#mainImage {
	padding: 0px;
	float: left;
	height: 500px;
	width: 750px;
	margin-bottom: 5px;
}
#footer {
	padding: 15px 0;
	clear: both;
	height: 40px;
	width: 900px;
	background: url(../Images/Footer.png) no-repeat;
	text-align: center;
}
#footer p {
	font-size: 14px;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#mainCopy {
	padding: 0px;
	float: right;
	width: 750px;
	margin-bottom: 30px;
}

#mainCopyCenter {
	padding: 0px;
	float: right;
	width: 750px;
	margin-bottom: 30px;
	text-align: center;
}

strong {
	color: #D71921;
	font-weight: normal;
}

img {
	text-decoration: none;
	border-style: none;
}

body {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../Images/BG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

p {
	font-size: 14px;
	color: #FFF;
	margin-top: 0px;
	line-height: 1.2;
}

ul {
	font-size: 14px;
	color: #FFF;
	margin-left: -20px;
	list-style: url(../Images/bullet.gif) none outside;
}
li {
	line-height: 1.3;
}

.legals {
	font-size: 10px;
	color: #000000;
}
em {
	font-style: italic;
	}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #D71921;
	margin: 0px;
}


a {
	color: #D71921;
	text-decoration: none;
}
.btn_link {
	text-decoration: none;
	border-style: none;
}
li a {
	color: #FFF;
	text-decoration: none;
}

#fb {
	margin-top: 10px;
}

.headline {
	text-align: center;
	clear: both;
	color: #FFF;
	}
